Welcome![Sign In][Sign Up]
Location:
Search - drawing line

Search list

[GDI-BitmapEastDraw_Source

Description: 一个基本vc矢量绘图程序,支持线\\圆\\文字等功能.-A basic vector-drawing application based on Visual C++, supporting the function of drawing line\\circle\\text,and so on.
Platform: | Size: 383013 | Author: 刘一 | Hits:

[Graph programLine Art and Edge Detection

Description: 画线加效果,非常不错-line drawing plus effects, very good
Platform: | Size: 78339 | Author: 小军 | Hits:

[Embeded-SCM Developminigui-line

Description: MiniGUI图形界面实验系列之gdi绘图实验例程。-MiniGUI graphics interface experimental series of experiments gdi drawing routines.
Platform: | Size: 179644 | Author: 王超 | Hits:

[Other resourceLine

Description: 画线程序,画圆程序,计算机图形学的直线圆实验报告作业-line drawing procedures, Circle procedures, computer graphics straight round of experimental work report
Platform: | Size: 6427094 | Author: 秦文娜 | Hits:

[Other resource5-drawing-line

Description: 想在本站下个资料,上传自己做的一个东西来交换一下:单片机89C51在LCD12864上画曲线,proteus仿真,含源程序。
Platform: | Size: 63077 | Author: 王胜文 | Hits:

[Other5-drawing-line

Description: 液晶显示屏lcd12864画曲线程序,有直线,正弦等等,各位参考
Platform: | Size: 61235 | Author: 丁熹 | Hits:

[Windows DevelopDrawGraph

Description: 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
Platform: | Size: 72399 | Author: 小分 | Hits:

[Graph programVector

Description: 一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制.txt-a simple example of vector graphics, vector drawing more of the line can replicate. Txt
Platform: | Size: 229376 | Author: 张旭 | Hits:

[Graph DrawingDrawline

Description: 二维图形的简单绘图程序-a simple two-dimensional graphics drawing program
Platform: | Size: 57344 | Author: 刘学辉 | Hits:

[Graph Drawingcn700_vc346622424

Description: 简易二维平面CAD画线、圆、方,可移动、复制、镜像-simple 2-D CAD line drawing, round, side, move, copy, mirror
Platform: | Size: 81920 | Author: 工人 | Hits:

[2D Graphictest antialiasing

Description: 一个简易的反走样线段绘制程序,给出了一个通用的wu象素解决方案。程序启动后,在窗口上任一点点击一下,然后分别用钩选反走样和不钩选可以绘制直线,可以看见反走样的效果。-a simple line drawing anti-aliasing procedures, is a common wu pixel solution. After commencement, 1:00 office window click, and then using anti-aliasing Senators and Congressmen can draw straight lines, we can see the effect of anti-aliasing.
Platform: | Size: 172032 | Author: 黄欣 | Hits:

[Graph DrawingMyExam

Description: 这是一个简单的绘图程序,编制该程序的过程包括建立应用程序的基本框 架、处理视图、处理文档、串行化处理、滚动处理、窗口分割、创建对话模板 资源、创建对话类、定义成员变量、定义消息处理函数、创建对话类对象并显 示对话框以及添加工具栏按钮。 该程序的功能就是在单文档窗口中绘制各种不同线宽(有六种线宽)、不 同风格(有三种风格:实线、划线和点线)和不同颜色的线段。并且具备保存、 恢复、撤消、滚动、窗口分割等功能。 该程序所用到的都是Visual C++最基本、最核心的内容。-This is a simple drawing program, the preparation of the procedures for the establishment of the process, including the application of the basic framework for handling View, documents, serial processing, and rolling, window segmentation, create dialogue template resources, the creation of such a dialogue, the definition member variables, the definition Message Handling Functions to create dialogue and object type dialog box appears and add toolbar button. The procedure is the function of a single document window mapping different width (a six linewidth), the different styles (three styles : solid line, and crossed point line) and different colors segment. And with the preservation, restoration, lifting, rolling, the window segmentation capabilities. The procedures are used by the Visual C
Platform: | Size: 44032 | Author: 力风 | Hits:

[Windows DevelopDrawGraph

Description: 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
Platform: | Size: 89088 | Author: 小分 | Hits:

[2D GraphicBresenham算法编程演示

Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8192 | Author: susu | Hits:

[2D Graphic画图程序开发MAPMODE

Description: 1、 本程序在交作业时需提交程序详细的说明书、源码程序。 2、 编程方式可以使用API编程或MFC编程方式。 3、 功能至少包括: 1) 画直线、矩形、椭圆和颜色填充,支持打印输出。 2) 可以更改线宽、更改线的颜色和填充的颜色。如下面的图形显示。 3) 最好实现对图形对象的文件存储。 -1, the procedures in perpendicular operation must produce detailed procedures manuals, source programs. 2, programming can use API programming or MFC programming. 3, functions include at least : a) drawing straight lines and rectangular, oval and color filling, support print output. 2) changes in the linewidth can change the color and line fill color. As the following graph shows. 3) to achieve the best graphics object file storage.
Platform: | Size: 133120 | Author: 八云 | Hits:

[2D GraphicBresenham高效画线算法

Description: 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each point are calculated to spend a lot of time for the multiplication and division operations; Below is a description of Bresenham s efficient line drawing algorithm, to the coordinates of each point calculation as long as Canada, subtraction can be done.
Platform: | Size: 4096 | Author: 小倪 | Hits:

[2D GraphicLine

Description: 计算机图形学中Line的画法,基于VC6.0-Computer graphics in the drawing Line
Platform: | Size: 35840 | Author: 张三 | Hits:

[CSharpDrawing

Description: 用csharp语言进行绘图,包含坐标轴与点绘成的折线-Using csharp language mapping, including the axis point of coming up with the line
Platform: | Size: 78848 | Author: 陈帅 | Hits:

[JSP/JavaJava-drawing-line-and-circle

Description: 用java实现在新建窗口中画圆,直线的源程序代码。-The circle and the line source program with java.
Platform: | Size: 8192 | Author: katerlina zheng | Hits:

[Otherline

Description: MFC应用程序用鼠标画线WINDOWS GUI programing(MFC use mouse drawing line)
Platform: | Size: 11497472 | Author: Y_y_Y77 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net